home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / mailcrypt / NEWS < prev    next >
Encoding:
Text File  |  1995-08-02  |  1.7 KB  |  49 lines

  1. Noteworty changes in Mailcrypt version 3.3:
  2.  
  3. Numerous minor bugs have been fixed.
  4.  
  5. Mailcrypt now requires at least FSF Emacs version 19.28 or XEmacs
  6. version 19.12.  Sorry, but anything else is too annoying.
  7.  
  8. Support has been added for reading mail under (ding) GNUS.
  9.  
  10.  
  11. Noteworthy changes in Mailcrypt version 3.2:
  12.  
  13. Mailcrypt now uses "start-process" instead of "call-process-region" to
  14. run PGP; this uses a pipe instead of a temp file for various inputs,
  15. including your passphrase.  Ahem.
  16.  
  17. All Mailcrypt commands now start with the prefix `C-c /' to bring
  18. Mailcrypt into line with documented GNU standards.
  19.  
  20. `mc-insert-public-key' is now bound to `C-c / x' (an in "extract")
  21. instead of `C-c a'.
  22.  
  23. `mc-deactivate-passwd' is bound to `C-c / f' (as in "forget").
  24.  
  25. `mc-read-mode' and `mc-write-mode' are now full-blown minor modes.  So
  26. you can do, for example, `M-x mc-install-write-mode' from a Text mode
  27. buffer and have the normal encryption and signing commands available.
  28. The keymaps for the modes are configurable variables.
  29.  
  30. Interactive commands `mc-encrypt-region', `mc-sign-region', etc. are
  31. now defined.
  32.  
  33. If you use RMAIL and you say no to "Replace encrypted message with
  34. decrypted?", you will be dropped into RMAIL mode for viewing.
  35.  
  36. RMAIL summary mode is now supported.
  37.  
  38. Documentation in the form of a Texinfo file is now part of the
  39. distribution.
  40.  
  41. Mailcrypt can now fetch a needed key from finger, HTTP, or any of a
  42. list of locally stored keyrings.  `C-c / k' initiates a fetch
  43. manually; Mailcrypt will offer to initiate one automatically as
  44. appropriate during encryption or signature verification.
  45.  
  46. The remailer functions now support Mixmaster.
  47.  
  48. `C-c / d' can handle conventionally encrypted messages.
  49.